翻訳と辞書
Words near each other
・ Concretion
・ Concretism
・ Concriers
・ Concubhair Mac Bruideadha
・ Concubina
・ Concubinage
・ Concubinage in Canada
・ Concubine Forming
・ Concupiscence
・ Concur Technologies
・ Concurrence
・ Concurrence (quantum computing)
・ Concurrency
・ Concurrency (computer science)
・ Concurrency (road)
Concurrency and Coordination Runtime
・ Concurrency control
・ Concurrency pattern
・ Concurrency semantics
・ Concurrent algorithm
・ Concurrent Collections
・ Concurrent computing
・ Concurrent constraint logic programming
・ Concurrent data structure
・ Concurrent Design Facility
・ Concurrent engineering
・ Concurrent Engineering (journal)
・ Concurrent estate
・ Concurrent estimation
・ Concurrent Euclid


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Concurrency and Coordination Runtime : ウィキペディア英語版
Concurrency and Coordination Runtime
Concurrency and Coordination Runtime (CCR) is an asynchronous programming library based on .NET Framework from Microsoft distributed with Microsoft Robotics Developer Studio (MRDS). Even though it comes with MRDS, it is not limited to modelling robotic behavior but can be used to express asynchronous behavior in any application.
CCR runtime includes a Dispatcher class that implements a Thread pool, with a fixed number of threads, all of which can execute simultaneously. Each dispatcher includes a queue (called DispatcherQueue) of delegates, which represent the entry point to a procedure (called ''work item'') that can be executed asynchronously. The work items are then distributed across the threads for execution. A dispatcher object also contains a generic Port which is a queue where the result of the asynchronous execution of a work item is put. Each work item can be associated with a ReceiverTask object which consumes the result for further processing. An Arbiter manages the ReceiverTask and invokes them when the result they are expecting is ready and put on the Port queue.
In May 2010, the CCR was made available along with the entire Robotics Developer Studio in one package, for free. ''Microsoft Robotics Developer Studio 2008 R3. 〔 (MSRDS 2008 R3 Release Notes (MSDN Library) ) 〕
==See also==

*Parallel Extensions
*Joins
*Microsoft Robotics Developer Studio

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Concurrency and Coordination Runtime」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.